home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0089.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  3.0 KB  |  64 lines

  1. In article <CLzr1t.2n0@rd1.interlan.com>,
  2. Ray Wood <rawood@rd1.InterLan.COM> wrote:
  3. >drdowns@bach.udel.edu (David Robert Downs) writes:
  4. >
  5. >>Hello all,
  6. >
  7. >>  I have 2 Winsock apps which give "gethostbyname" errors.  One is Wintalk
  8. >>and the other is ws_gmail (an SMTP server for Winsock).  I had wintalk 
  9. >>working fine under PCTCP 2.2 and when I upgraded to 2.3 it quit working.
  10. >
  11. >I had various problems with the WINSOCK.DLL shipped with v2.3b PC/TCP. I had
  12. >to FTP a later winsock.dll from their server (vax.ftp.com, I think) .
  13.   I have that too. :) Thanks for your offer to help, but...
  14. >
  15.  
  16.   I found my problem with the gethostbyname failure thanks to the new version
  17. of wintalk (great program).  When I got the error #1108 (or whatever it is),
  18. indicating that my machine was not DNS registered, I knew (kinda) where to
  19. look.  The second clue was the about boxes of the 2 offending winsock apps, I 
  20. saw that the machine name was appearing as "bobcat".
  21.  
  22.   My full machine name is "bobcat.cono.udel.edu".  I originally followed the 
  23. PCTCP 2.2 manual and put the lines "host-name=bobcat" and "domain-name=cono.udel
  24. .edu" and put "completion-domain=udel.edu"  This worked fine under 2.2 because
  25. somewhere along the line the full name was generated and passed on to winsock.
  26. However, in 2.3 only the "host-name=" information is passed, so when a lookup
  27. was done on bobcat (plus completion domain = bobcat.udel.edu), no such machine 
  28. was found (since it does not exist :).
  29.  
  30.   My first kludge solution was to add just "bobcat" to my hosts table as an
  31. alias for my machine, but I assume what I need to do is add "cono.udel.edu" to
  32. a "completion-domain" line.  I suppose I should have had this entry all along,
  33. but that is what I get for being the only one on my subnet.
  34.  
  35.   So, there is no bug, just a different interpretation of the ini file I guess. 
  36. So for any panic I may have caused and thanks to all who offered to help.
  37.  
  38. David
  39.  
  40. -- 
  41. E-mail: drdowns@brahms.udel.edu   | U  | David R. Downs  | Typos & misspellings
  42.           downs@cis.udel.edu      | of | Newark DE 19711 | are my specialties.
  43.        downs@freezer.cns.udel.edu |  D | (302) 837-1969  |
  44. Computer & Information Science ** My opinions don't reflect those of the U of D
  45. From news@bigblue.oit.unc.edu Mon Mar  7 08:43:45 1994
  46. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  47.           id AA07153; Mon, 7 Mar 1994 15:28:08 -0500
  48. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  49.           id AA21712; Mon, 7 Mar 1994 14:44:46 -0500
  50. Received: from GATEWAY by bigblue with netnews
  51.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  52. To: winsock@sunsite.unc.edu
  53. Date: 7 Mar 1994 13:43:45 -0500
  54. From: jon@montego.umcc.umich.edu (Jon Zeeff)
  55. Message-Id: <2lfsl1$m7c@montego.umcc.umich.edu>
  56. Organization: UMCC, Ann Arbor, MI, USA
  57. Sender: ses
  58. Subject: Multiple interfaces and routing
  59.  
  60. I need a winsock that supports multiple interfaces (at the same time) 
  61. and some simple routing between them.  For example, an ethernet 
  62. interface and PPP or slip connection.  
  63.  
  64.